ocr: So Happy Together I. Sub RunWord() 2. Dim Wordobj As Object 3. Set Wordobj Createobject ("Word.Basic") 4. Word0bi.FileOpen tt PWTEST.DOC" 5. Wordobj. End0fDocument 6. Wordobj. Insert Sheets ("Sheet1").Range("A1").Text 7. Wordobi.FilePrint 0 8. End Sub This VBA subroutine allows Excel to control Word behind the scenes. (Line numbers added for clarification only.)